home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / hash / RCS / Hash_DeleteEntry.man,v < prev    next >
Text File  |  1988-12-30  |  850b  |  51 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.30.15.05.17;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' $Header: Hash_DeleteEntry,v 1.1 86/11/19 17:12:54 ouster Exp $ SPRITE (Berkeley)
  26. .so \*(]ltmac.sprite
  27. .HS Hash_DeleteEntry lib
  28. .BS
  29. .SH NAME
  30. Hash_DeleteEntry \- remove an existing entry from a hash table 
  31. .SH SYNOPSIS
  32. \fB#include <hash.h>\fR
  33. .sp
  34. \fBHash_DeleteEntry\fR(\fItablePtr, entryPtr\fR)
  35. .AS Hash_Table *tablePtr
  36. .SH ARGUMENTS
  37. .AP Hash_Table *tablePtr in
  38. Table in which to delete entry.
  39. .AP Hash_Entry *entryPtr in
  40. Address of entry to delete (must exist in table).  If NULL,
  41. the procedure does nothing.
  42. .BE
  43.  
  44. .SH DESCRIPTION
  45. .LP
  46. \fBHash_DeleteEntry\fR removes the given entry from the given table.
  47.  
  48. .SH KEYWORDS
  49. delete, hash table
  50. @
  51.